Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 571dba47155ca774d73a1a7b3b8e76dafd94c9d9


Parents : 2357fdb
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-03T22:41:54-06:00

feat(Taskfile): add new 'check' task to run format, lint, and test commands

Changes

1 files changed, 7 insertions(+), 0 deletions(-)


Diff

diff --git a/Taskfile.yml b/Taskfile.yml
index d7369e24..6912a368 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -125,6 +125,13 @@ tasks:
desc: Run all tests with coverage reports
deps: [test-python-cov, test-frontend]
+ check:
+ desc: Run format, lint and test
+ cmds:
+ - task: format
+ - task: lint
+ - task: test
+
bench-backend:
desc: Run comprehensive backend benchmarks
cmds:


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────